﻿2026-06-09T03:00:35.1738163Z ##[group]Run actions/checkout@v5
2026-06-09T03:00:35.1739017Z with:
2026-06-09T03:00:35.1739343Z   repository: SaberMage/spt-core
2026-06-09T03:00:35.1742500Z   token: ***
2026-06-09T03:00:35.1742814Z   ssh-strict: true
2026-06-09T03:00:35.1743153Z   ssh-user: git
2026-06-09T03:00:35.1743479Z   persist-credentials: true
2026-06-09T03:00:35.1743832Z   clean: true
2026-06-09T03:00:35.1744163Z   sparse-checkout-cone-mode: true
2026-06-09T03:00:35.1744565Z   fetch-depth: 1
2026-06-09T03:00:35.1744984Z   fetch-tags: false
2026-06-09T03:00:35.1745313Z   show-progress: true
2026-06-09T03:00:35.1745636Z   lfs: false
2026-06-09T03:00:35.1746003Z   submodules: false
2026-06-09T03:00:35.1746343Z   set-safe-directory: true
2026-06-09T03:00:35.1746847Z ##[endgroup]
2026-06-09T03:00:35.8979914Z Syncing repository: SaberMage/spt-core
2026-06-09T03:00:35.8981835Z ##[group]Getting Git version info
2026-06-09T03:00:35.8982953Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-09T03:00:35.9218694Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-09T03:00:35.9410929Z git version 2.43.0.windows.1
2026-06-09T03:00:35.9435589Z ##[endgroup]
2026-06-09T03:00:35.9444273Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\e38536da-c778-4c31-9513-50a1dec9a072\.gitconfig'
2026-06-09T03:00:35.9457595Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e38536da-c778-4c31-9513-50a1dec9a072' before making global git config changes
2026-06-09T03:00:35.9459737Z Adding repository directory to the temporary git global config as a safe directory
2026-06-09T03:00:35.9462840Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-09T03:00:35.9700898Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-09T03:00:35.9889188Z https://github.com/SaberMage/spt-core
2026-06-09T03:00:35.9916978Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-09T03:00:35.9921014Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-09T03:00:36.0115422Z refs/heads/dev-freeform
2026-06-09T03:00:36.0143895Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-09T03:00:36.0560264Z HEAD is now at 707c733 docs(mesh): MESH-D7-PLAN.md — revoke + timeboxed rotation + re-seed grace
2026-06-09T03:00:36.1043724Z ##[endgroup]
2026-06-09T03:00:36.1045541Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-09T03:00:36.4832383Z ##[group]Cleaning the repository
2026-06-09T03:00:36.4836018Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-09T03:00:39.1328716Z Removing .adapter-notify/
2026-06-09T03:00:39.1329348Z Removing target/
2026-06-09T03:00:39.1361551Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-09T03:00:39.1770080Z HEAD is now at 707c733 docs(mesh): MESH-D7-PLAN.md — revoke + timeboxed rotation + re-seed grace
2026-06-09T03:00:39.1791691Z ##[endgroup]
2026-06-09T03:00:39.1795495Z ##[group]Disabling automatic garbage collection
2026-06-09T03:00:39.1799902Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-09T03:00:39.2012554Z ##[endgroup]
2026-06-09T03:00:39.2013257Z ##[group]Setting up auth
2026-06-09T03:00:39.2018577Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-09T03:00:39.2230051Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-09T03:00:39.5833219Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-09T03:00:39.6060907Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-09T03:00:39.9413826Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-09T03:00:39.9628234Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-09T03:00:40.3006277Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-09T03:00:40.3297707Z ##[endgroup]
2026-06-09T03:00:40.3298614Z ##[group]Fetching the repository
2026-06-09T03:00:40.3304207Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +35d1672fdf999a4fc6e58fcd04ff5c953452beb0:refs/remotes/origin/main
2026-06-09T03:00:41.1435923Z From https://github.com/SaberMage/spt-core
2026-06-09T03:00:41.1437199Z  + a75f77f...35d1672 35d1672fdf999a4fc6e58fcd04ff5c953452beb0 -> origin/main  (forced update)
2026-06-09T03:00:41.1548692Z ##[endgroup]
2026-06-09T03:00:41.1549207Z ##[group]Determining the checkout info
2026-06-09T03:00:41.1549951Z ##[endgroup]
2026-06-09T03:00:41.1554987Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-09T03:00:41.1820036Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-09T03:00:41.2030655Z ##[group]Checking out the ref
2026-06-09T03:00:41.2034982Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-09T03:00:41.2591387Z branch 'main' set up to track 'origin/main'.
2026-06-09T03:00:41.2591750Z Your branch is up to date with 'origin/main'.
2026-06-09T03:00:41.2592347Z Previous HEAD position was 707c733 docs(mesh): MESH-D7-PLAN.md — revoke + timeboxed rotation + re-seed grace
2026-06-09T03:00:41.2592727Z Switched to and reset branch 'main'
2026-06-09T03:00:41.2614417Z ##[endgroup]
2026-06-09T03:00:41.2842960Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-09T03:00:41.3041101Z 35d1672fdf999a4fc6e58fcd04ff5c953452beb0
